body::-webkit-scrollbar{
  display: none;
}
body{
  font-family: 'Roboto', sans-serif;
}
.pad{
  padding: 20px;
}
.plr-0{
  padding-left: 0px;
  padding-right: 0px;
}
.p-0{
  padding: 13px;
}
.mt-6{
  margin-top: 6px;
}
.mt-19{
  margin-top: 19px;
}
.p-15{
  padding: 15px;
}
.mt-55{
  margin-top: 55px;
}
.pt-55{
  padding-top: 55px;
}
.pt-35{
  padding-top: 35px;
}
.pb-40{
  padding-bottom: 40px;
}
.plr-100{
  padding-left: 100px;
  padding-right: 100px;
}
.fs-16{
  font-size: 16px;
}
.row-head{
  margin-bottom: 22px;
}
.banner-head{
  background-image: url('../myimages/slider/3.jpeg');
  padding: 50px 100px 50px 100px;
  background-size: cover;
}
.banner-head h2{
  color: #ffffff;
  margin-top: 55px;
  text-transform: uppercase;
}
.banner-head .breadcrumb{
  background-color: transparent;
}
.banner-head .breadcrumb li a{
  color:white;
  font-weight: bold;
}
.banner-head .breadcrumb .active a{
  color:#A8D1DF;
}
.text-pur{
  color: #904a8e;
}
.text-white{
  color: #ffffff;
}.text-red{
  color: #ae100f;
}
.btn-red{
  background-color: #ae100f;
  color: white;
}
.text-blue{
  color: #A8D1DF;
}
.sec-head-n{
  text-transform: uppercase;
}
.sec-subhead-n{
  margin-top: 15px;
  margin-bottom: 25px;
  color: #848282;
}
.shadow{
  box-shadow: 0px 2px 5px grey;
}
.text-purple{
  color: #A8D1DF;
}
.bg-purple{
  background-color: #A8D1DF;
}
.bg-lightgrey{
  background-color: #f8f8f8;
}
.bg-darkgrey{
  background-color: #f1f1f1;
}
.btn-purple{
  background-color: #A8D1DF;
  padding: 8px 15px;
  border-radius: 0;
  color: white;
  font-size: 16px;

}
/*---------------------------top bar css*/
#neeche{
  display: none;

}
#upar{
  display: none;
}
.top-bar{
  background: #A8D1DF;
  /*height: 40px;*/
  line-height: 40px;
  overflow: hidden;
  position: relative;
  color: #ffffff;
}
.top-bar-left-absolute{
  width: 32%;
  height: 100%;
  background: #555958;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.top-bar-left-absolute img{
  display: block;
  position: absolute;
  /*right: -75px;*/
  top: 0;
  bottom: 0;
}
.top-bar .social-icon{
  position: absolute;
}
.top-bar .social-icon .fa{
  color: #fff;
  font-size: 17px;
  margin-left: 10px;
}

/*---------------------------navbar css*/
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
  border: none;
}
.navbar .navbar-header .navbar-brand h1{
  /*font-family: 'Lobster', cursive;*/
  /*font-family: 'Berkshire Swash', cursive;*/
  font-family: 'Courgette', cursive;
  color: #A8D1DF;
  margin: 0
}
.navbar .navbar-header .navbar-brand p{
  color:black;
  font-size: 15px;
  margin: 0
}
.navbar-custom {
  background-color: #ffffff;
  border-color: transparent;
}
.navbar-custom .navbar-nav li:hover a::before,
.navbar-custom .navbar-nav .active a::before{
  content: '';
  width: 100%;
  height: 3px;
  background: #A8D1DF;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .5s ease;
  color: #A8D1DF;
}


.navbar-custom .navbar-nav>li>a{
  margin-right: 5px;
  font-weight: 400;
  font-size: 16px;
  /*padding-bottom: 15px;
  padding-top: 15px;*/
  padding-bottom: 30px;
  padding-top: 30px;
  letter-spacing: 0.05em;
  color: #000000;
  background: #ffffff;
}
.navbar-custom .navbar-nav>li>a:hover{
  color: #A8D1DF;
  background: #f9f9f9;
}
.navbar-custom .navbar-brand{
  font-size: 27px;
  padding: 20px;;
}
.navbar-custom .navbar-brand h1{
  margin: 6px;
  font-size: 29px;
}
.navbar-custom .navbar-brand img{
  width: 100%;
  margin-top: 30px;
}
.navbar-custom .navbar-header{
  margin-left: 6%!important;
}
.navbar-custom .navbar-right{
  margin-right: 3%;
}
.navbar-custom .dropdown:hover > .dropdown-menu {
  display: block;
  top: 100px;
  left: -5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0px 0px;
  min-width: 205px;
}
.navbar-custom .dropdown-menu>li>a {
  display: block;
  padding: 7px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #000000;
  white-space: nowrap;
  border-bottom: none;
}
.navbar-custom .navbar-brand{
  padding: 5px;
}
/*-------------------carousel css*/
.carousel-control.left{
  background-image: none!important;
  color:#000;
}
.carousel-control.right{
  background-image: none!important;
  color:#000;
}
.service-name{
  background-color: #904a8e;
  font-size: 17px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 3px;
}
.carousel-caption{
  padding-bottom: 95px;
}
.carousel-indicators {
  bottom: 50px;
}


/*------------------------------------------------------------------------------banner bottom css*/
.banner-bottom-z{
  margin-top: -15px;
}
.banner-bottom-z .col-md-4{
  padding: 15px;
  color:white;
}
.banner-bottom-z .cataract{
  background-color: #007DC3;
}
.banner-bottom-z .phaco{
  background-color: #007DBF;
}
.banner-bottom-z .glaucoma{
  background-color: #261D70;
}
.banner-bottom-z .fa{
    font-size: 50px;
}

.banner-bottom-row{
  margin-top: 20px;
}
.bottom-col-n{
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  padding: 20px 25px 30px 25px;
  position: relative;
  overflow: hidden;
}
.bottom-col-hover-n{
  position: absolute;
  top: 93%;
  left: 0;
  height: 100%;
  width: 100%;
  background: #A8D1DF;
  background: -webkit-linear-gradient(left, #A8D1DF, #caabbc);
  background: -o-linear-gradient(right, #A8D1DF, #caabbc);
  background: -moz-linear-gradient(right, #A8D1DF, #caabbc);
  background: linear-gradient(to right, #A8D1DF, #caabbc);
  transition: all .5s ease;
}
.bottom-col-n:hover .bottom-col-hover-n{
  top: 0;
  transition: 0.5s;
}
.bottom-col-n img{
  margin-top: 25px;
}
.bottom-col-n h3{
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.bottom-col-n p{
  text-align: justify;
  font-size: 15px;
  line-height: 28px;
  padding-right: 20px;
}
.bottom-col-n a{
  text-transform: uppercase;
  color: #313131;
  font-weight: 700;
}
.bottom-col-n a:hover{
  text-decoration: none;
}

/*------------------------------------------------------------------------------about section css*/
.head-fa{
  color: #A8D1DF;
}
.about-section-n p{
  font-size: 16px;
  line-height: 25px;
}
.about-section-n h4{
  margin-top: 15px;
  margin-bottom: 25px;
  color: #848282;
}
.about-section-n .nav-pills{
  margin: auto;
  display: table;
  margin-bottom: 20px;
}
.about-section-n .nav-pills li a{
  font-size: 19px;
}
.about-section-n .bordered-one-n{
  border: 2px solid #A8D1DF;
    border-radius: 20px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
  background-color: #A8D1DF;
}
.about-section-n a{
  color: #000000;
}
.time-n{
  font-size: 21px!important;
  color: #000;
  text-align: center!important;
}

/*------------------------------------------------------------------------------parallax section css*/
.parallax-section-n{
  text-align: center;
  background-image: url('../myimages/1-1.jpg');
  background-size: cover;
  position: relative;
  padding: 170px 130px;

}
.tech-reports img{
  height: 240px;
}
.overlay{
  position: absolute;
  background-color: #A8D1DF;
  opacity: 0.6;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}
.overlay-text{
  position: absolute;
  z-index: 10;
  width: 80%;
  top: 22%;
  color: #ffffff;
}
.btn-contact-n{
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 25px;
  padding: 9px 20px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
  background-color: transparent;
}
.btn-contact-n:hover{
  background-color: #ffffff;
  color: #A8D1DF;
}

/*------------------------------------------------------------------------------facility section css*/

.facility-section-n{
  color:white;
  /* background: #A8D1DF;
  background: -webkit-linear-gradient(left, #A8D1DF, #caabbc);
  background: -o-linear-gradient(right, #A8D1DF, #caabbc);
  background: -moz-linear-gradient(right, #A8D1DF, #caabbc);
  background: linear-gradient(to right, #A8D1DF, #caabbc); */
  background-image:url('../myimages/background.png');
  background-size: cover;

  color: black;
}

.facility-section-n img{
  height: 80px;
  margin: auto;
}

.sec-subhead-n{
  color:#1b1b1b;
}
.service-box .content{
  background-color: white;
  color:#1b1b1b;
  padding: 18px 15px;
  height: 300px;
}
.service-box .content .fa-eye{
  font-size: 25px
}
.service-box .content h3{
  margin-top: 5px;
  margin-bottom: 5px;
}
.service-box .content a{
  text-decoration: none;
}
.overlay1{
  position: absolute;
  background-color: #000000;
  opacity: 0.85;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}
.overlay-text1{
  position: absolute;
  z-index: 10;
  width: 80%;
  top: 22%;
  color: #ffffff;
}
.btn-facility-n{
  margin: auto;
  display: table;
}

/*------------------------------------------------------------------------------testimonial section css*/
/* .testimonial-section-n{
  background-color: #fafafa;
} */
.testimonial-image-n{
  width: 80%;
}
.testimonial-para-n{
  font-size: 19px;
}
.testimonial-fa{
  font-size: 50px!important;
  margin-top: 17px;
  color: #e8e8e8;
}

/*------------------------------------------------------------------------------contact section css*/
.contact-section-n{
  background-image: url('../myimages/contact-bg.jpeg');
  background-size: cover;
  background-attachment: fixed;
}

.contact-sec-form-n{
  background-color: #A8D1DF;
  padding: 25px 40px;
  opacity: 0.87;
  margin-top: 56px;
}
.contact-sec-form-n .form-control{
  border-radius: 0px;
}
.contact-sec-form-n h4{
  color: #cec8c8;
  font-size: 17px;
}

/*------------------------------------------------------------------------------facility page css*/

.facilities-list-n .tabs-left>li.active>a,
.facilities-list-n .tabs-left>li.active>a:hover,
.facilities-list-n .tabs-left>li.active>a:focus {
  color: #ffffff;
  background: #A8D1DF;
  background: -webkit-linear-gradient(left, #A8D1DF, #caabbc);
  background: -o-linear-gradient(right, #A8D1DF, #caabbc);
  background: -moz-linear-gradient(right, #A8D1DF, #caabbc);
  background: linear-gradient(to right, #A8D1DF, #caabbc);
}
.facilities-list-n .tabs-left>li>a:hover{
  color: #ffffff;
  background: #A8D1DF;
  background: -webkit-linear-gradient(left, #A8D1DF, #caabbc);
  background: -o-linear-gradient(right, #A8D1DF, #caabbc);
  background: -moz-linear-gradient(right, #A8D1DF, #caabbc);
  background: linear-gradient(to right, #A8D1DF, #caabbc);
}
.facilities-list-n .tabs-left>li>a {
  border-radius: 0;
  margin-right: 0;
  display:block;
  font-size: 16px;
  text-transform: uppercase;
  color: #4e5453;
}
.facilities-content-n p{
  font-size: 15px;
  text-align: justify;
}


.facilities-list-n .tabs-left>.active:after,
.facilities-list-n .tabs-left>li:hover:after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 13px;
  border-color: transparent transparent transparent #caabbc;
  position: absolute;
  right: -10px;
  top: 14px;
}

/*------------------------------------------------------------------------------contact page css*/
.contact1-n{
  background-image: url('../myimages/about.jpg');
  padding: 0px;
  background-size: cover;
  border-right: 2px solid #fff;
}
.contact2-n{
  background-image: url('../myimages/gallery/c9.jpeg');
  padding: 0px;
  background-size: cover;

}
.contact-box {
  background: rgba(0, 1, 14, 0.5) none repeat scroll 0 0;
  float: left;
  padding: 60px 40px 57px;
  position: relative;
  text-align: center;
  width: 100%;
  color: #ffffff;
}
.contact-box .fa{
  display: table;
  padding: 20px;
  background-color: #A8D1DF;
  margin: auto;
  font-size: 19px;
  margin-bottom: 25px;
}
.contact-box strong{
  font-size: 19px;
}


/*------------------------------------------------------------------------------modal css*/
.row-head h3{
  margin-top: 0px;
}
.contact-btn{
  border: 2px solid #ae100f;
  color: #ae100f;
  background-color: #ffffff;
  border-radius: 0px;
  text-transform: uppercase;
}
.modal-body .ctform{
  padding: 30px;
}
.modal-content{
  border-radius: 0px;
}
.modal-title{
  color: #ae100f;
  font-size: 22px;
}



/*------------------------------------------footer css*/
footer{
  background-color: #1b1b1b;
  background-size: cover;
  padding-top: 35px;
  color: white
}
footer .fa{
  color: #A8D1DF;
  font-size: 25px;
  margin-right: 12px;
}
footer .fa-eye{
  font-size: 40px;
}
footer .fa-heart{
  font-size: 15px;
  margin: 0
}
footer .fa-code{
  font-size: 18px;
  margin: 0
}
footer .footer-social-n{
  margin-left: 7%;
}
footer .footer-social-n .fa{
  color: #ffffff !important;
  font-size: 20px;
}
footer h3{
  display: inline-block;
}
footer h1{
  /*font-family: 'Lobster', cursive;*/
  /*font-family: 'Berkshire Swash', cursive;*/
  font-family: 'Courgette', cursive;
}
footer .contact{
  background-color:#fa5c5d;
  padding: 20px
}
footer .contact input{
  margin-bottom: 30px;
  /*margin-top: 20px;*/
  border-radius: 0;
  background-color: transparent;
  color: white;
}

footer .contact textarea{
  /*margin-top: 20px;*/
  background-color: transparent;
}
footer .contact .btn-white{
  background-color: white;
  color: grey;
  padding-left:30px;
  padding-right: 30px;
}
.widget1 h4{
  color: #ffffff;
}
.widget1 p{
  color: #ffffff;
}
.widget1 a{
  color: #ffffff;
}
footer h5{
  font-size: 15px;
  line-height: 24px;
  margin-left: 7%;
}
footer form{
  padding: 10px;
  border: 1px solid white;
}
footer ul{
  list-style-type: none;
}
footer ul li{
  padding: 10px;
}
footer ul li a{
  color: white;
  font-weight: bold;
}
footer ul li a:hover{
  text-decoration: none;
  color: white;
}
/*
================================================================================ Service Page
*/
.service-page-n{
  background-image: url('../myimages/bg-testimonial-clinic.png');
  background-size: cover;
}
.service-page-n .service-box-n {
  border: 0px solid #A8D1DF;
  border-radius: 5px;
  text-align: center;
  transition: all 0.5s ease;
  padding: 15px 10px;
}
.service-page-n .service-box-n:hover{
  background: linear-gradient(to right, #A8D1DF, #caabbc);
  color: #ffffff;
}
.service-page-n .service-box-n img{
  height: 80px;
  margin:auto;
}
.service-page-n .service-box-n .content{
  background-color: transparent
}
.service-page-n .service-box-n:hover .btn-purple{
  background-color: #ffffff;
  color: #A8D1DF;
}

/*------------------------------------------------------------------------------about page css*/
.about1-n{
  background-color: #eb77a6;
  color: #ffffff;
  padding: 25px 35px;
}
.about2-n{
  background-color: #caa3be;
  color: #ffffff;
  padding: 25px 35px;
}
.about3-n{
  background-color: #9daec8;
  color: #ffffff;
  padding: 25px 35px;
}
.about4-n{
  background-color: #85bcef;
  color: #ffffff;
  padding: 25px 35px;
}
.about-bottom-n .fa{
  font-size: 50px;
  margin-top: 20px;
}
.about-col-n:hover .fa{
  transform: scale(1.4) rotate(-18deg);
  transition: 0.7s;
}
.about-page-n p{
  font-size: 16px;
}
.about-page-n ul li{
  font-size: 16px;
}


@media only screen and (max-width:500px) {
  .top-bar .social-icon .fa {
    color: #fff;
    font-size: 13px;
    margin-left: 3px;
  }
  .top-bar .call-n{
    float: right;
  }
  .service-box{
    margin-bottom: 30px;
  }
  .parallax-section-n {
    padding: 157px 37px;
  }
  .overlay-text {
    top: 7%;
  }
  textarea{
    width: 100%;
  }
  .bottom-col-n img {
    width: 25%;
  }
  .testimonial-image-n {
    width: 30%;
  }
  .navbar-custom .navbar-nav>li>a{
    text-align: center;
    padding-bottom: 14px;
    padding-top: 14px;
  }
  .navbar-brand{
    float: none;
  }
  .navbar-custom .navbar-right {
    margin: 7.5px -15px;
  }
  .banner-head {
    padding: 36px 36px 20px 36px;
  }
  .banner-head h2 {
    margin-top: 35px;
    font-size: 25px;
  }
  .service-page-n .service-box-n {
    margin-bottom: 20px;
  }
  .contact1-n {
    margin-top: 15px;
    border-right: none;
  }
  .contact-box {
    background: rgba(0, 1, 14, 1) none repeat scroll 0 0;
    border-bottom: 2px solid #fff;
  }
  footer{
    padding-top: 20px;
  }
  footer h5 {
    font-size: 14px;
    line-height: 21px;
  }

}
